C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / ShowHeaderCollapseButton Property

In This Topic
ShowHeaderCollapseButton Property
In This Topic
Gets or sets a value that determines whether the grid should display a button in the column header panel to allow users to collapse and expand the column headers.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property ShowHeaderCollapseButton As Boolean
 
See Also